| Visual Basic (Declaration) | |
|---|---|
Overloads Public Sub DataBindXY( _ ByVal xValues() As Object, _ ByVal ParamArray yValues() As Double _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
Parameters
- xValues
- Specifies the array of X values of the DataPoint object added to the collection.
- yValues
- Specifies the array of Y values of the DataPoint object added to the collection.